reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/IR/Metadata.def
   75 HANDLE_METADATA_LEAF(MDString)
   77 HANDLE_METADATA_LEAF(ConstantAsMetadata)
   78 HANDLE_METADATA_LEAF(LocalAsMetadata)
   79 HANDLE_METADATA_LEAF(DistinctMDOperandPlaceholder)
   81 HANDLE_MDNODE_LEAF_UNIQUABLE(MDTuple)
include/llvm/IR/Type.h
  478   static inline bool doit(const Type &Ty) {
include/llvm/IR/Value.h
  817   static inline bool doit(const Value &Val) {
  824   static inline bool doit(const Value &Val) {
  831   static inline bool doit(const Value &Val) {
  838   static inline bool doit (const Value &Val) {
  844   static inline bool doit(const Value &Val) {
  850   static inline bool doit(const Value &Val) {
  856   static inline bool doit(const Value &Val) {
  862   static inline bool doit(const Value &Val) {
  868   static inline bool doit(const Value &Val) {
  874   static inline bool doit(const Value &Val) {
  880   static inline bool doit(const Value &Val) {
  892   static inline bool doit(const Value &Val) {
  898   static inline bool doit(const Value &Val) {
include/llvm/Support/Casting.h
   57   static inline bool doit(const From &Val) {
   66   static inline bool doit(const From &) { return true; }
lib/AsmParser/LLParser.cpp
 4410 bool LLParser::ParseDILocation(MDNode *&Result, bool IsDistinct) {
 4428 bool LLParser::ParseGenericDINode(MDNode *&Result, bool IsDistinct) {
 4444 bool LLParser::ParseDISubrange(MDNode *&Result, bool IsDistinct) {
 4465 bool LLParser::ParseDIEnumerator(MDNode *&Result, bool IsDistinct) {
 4488 bool LLParser::ParseDIBasicType(MDNode *&Result, bool IsDistinct) {
 4509 bool LLParser::ParseDIDerivedType(MDNode *&Result, bool IsDistinct) {
 4538 bool LLParser::ParseDICompositeType(MDNode *&Result, bool IsDistinct) {
 4581 bool LLParser::ParseDISubroutineType(MDNode *&Result, bool IsDistinct) {
 4599 bool LLParser::ParseDIFile(MDNode *&Result, bool IsDistinct) {
 4632 bool LLParser::ParseDICompileUnit(MDNode *&Result, bool IsDistinct) {
 4675 bool LLParser::ParseDISubprogram(MDNode *&Result, bool IsDistinct) {
 4723 bool LLParser::ParseDILexicalBlock(MDNode *&Result, bool IsDistinct) {
 4739 bool LLParser::ParseDILexicalBlockFile(MDNode *&Result, bool IsDistinct) {
 4754 bool LLParser::ParseDICommonBlock(MDNode *&Result, bool IsDistinct) {
 4772 bool LLParser::ParseDINamespace(MDNode *&Result, bool IsDistinct) {
 4787 bool LLParser::ParseDIMacro(MDNode *&Result, bool IsDistinct) {
 4803 bool LLParser::ParseDIMacroFile(MDNode *&Result, bool IsDistinct) {
 4820 bool LLParser::ParseDIModule(MDNode *&Result, bool IsDistinct) {
 4837 bool LLParser::ParseDITemplateTypeParameter(MDNode *&Result, bool IsDistinct) {
 4852 bool LLParser::ParseDITemplateValueParameter(MDNode *&Result, bool IsDistinct) {
 4871 bool LLParser::ParseDIGlobalVariable(MDNode *&Result, bool IsDistinct) {
 4902 bool LLParser::ParseDILocalVariable(MDNode *&Result, bool IsDistinct) {
 4923 bool LLParser::ParseDILabel(MDNode *&Result, bool IsDistinct) {
 4939 bool LLParser::ParseDIExpression(MDNode *&Result, bool IsDistinct) {
 4986 bool LLParser::ParseDIGlobalVariableExpression(MDNode *&Result,
 5002 bool LLParser::ParseDIObjCProperty(MDNode *&Result, bool IsDistinct) {
 5023 bool LLParser::ParseDIImportedEntity(MDNode *&Result, bool IsDistinct) {
tools/clang/include/clang/AST/DeclBase.h
 2490   static bool doit(const ::clang::DeclContext &Val) {
unittests/Support/Casting.cpp
   51   static inline bool doit(const bar &Val) {
   58   static inline bool doit(const T &Val) { return false; }