Searched defs:classof (Results 1 - 25 of 157) sorted by relevance

1234567

/external/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h351 static bool classof(const MultiplexExternalSemaSource*) { return true; } function in class:clang::MultiplexExternalSemaSource
352 //static bool classof(const ExternalSemaSource*) { return true; }
H A DSemaConsumer.h42 static bool classof(const ASTConsumer *Consumer) { function in class:clang::SemaConsumer
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolUnknown.h27 static bool classof(const PDBSymbol *S) { function in class:llvm::pdb::PDBSymbolUnknown
H A DPDBContext.h38 static bool classof(const DIContext *DICtx) { function in class:llvm::pdb::PDBContext
/external/llvm/include/llvm/IR/
H A DGlobalAlias.h87 static inline bool classof(const Value *V) { function in class:llvm::GlobalAlias
H A DGlobalIFunc.h69 static inline bool classof(const Value *V) { function in class:llvm::final
H A DArgument.h145 static inline bool classof(const Value *V) { function in class:llvm::Argument
H A DConstant.h119 static inline bool classof(const Value *V) { function in class:llvm::Constant
H A DGlobalIndirectSymbol.h69 static inline bool classof(const Value *V) { function in class:llvm::GlobalIndirectSymbol
H A DGlobalVariable.h169 static inline bool classof(const Value *V) { function in class:llvm::GlobalVariable
/external/llvm/include/llvm/Object/
H A DModuleSummaryIndexObjectFile.h68 static inline bool classof(const Binary *v) { function in class:llvm::object::ModuleSummaryIndexObjectFile
H A DCOFFImportFile.h34 static inline bool classof(Binary const *V) { return V->isCOFFImportFile(); } function in class:llvm::object::COFFImportFile
H A DIRObjectFile.h55 static inline bool classof(const Binary *v) { function in class:llvm::object::IRObjectFile
/external/swiftshader/third_party/LLVM/include/llvm/
H A DArgument.h80 /// classof - Methods for support type inquiry through isa, cast, and
83 static inline bool classof(const Argument *) { return true; } function in class:llvm::Argument
84 static inline bool classof(const Value *V) { function in class:llvm::Argument
H A DConstant.h109 static inline bool classof(const Constant *) { return true; } function in class:llvm::Constant
110 static inline bool classof(const GlobalValue *) { return true; } function in class:llvm::Constant
111 static inline bool classof(const Value *V) { function in class:llvm::Constant
H A DGlobalAlias.h79 static inline bool classof(const GlobalAlias *) { return true; } function in class:llvm::GlobalAlias
80 static inline bool classof(const Value *V) { function in class:llvm::GlobalAlias
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DPseudoSourceValue.h50 /// classof - Methods for support type inquiry through isa, cast, and
53 static inline bool classof(const PseudoSourceValue *) { return true; } function in class:llvm::PseudoSourceValue
54 static inline bool classof(const Value *V) { function in class:llvm::PseudoSourceValue
90 /// classof - Methods for support type inquiry through isa, cast, and
93 static inline bool classof(const FixedStackPseudoSourceValue *) { function in class:llvm::FixedStackPseudoSourceValue
96 static inline bool classof(const Value *V) { function in class:llvm::FixedStackPseudoSourceValue
/external/clang/include/clang/AST/
H A DLocInfoType.h54 static bool classof(const Type *T) { function in class:clang::LocInfoType
/external/llvm/include/llvm/MC/
H A DMCSymbolELF.h47 static bool classof(const MCSymbol *S) { return S->isELF(); } function in class:llvm::MCSymbolELF
/external/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCExpr.h50 static bool classof(const MCExpr *E) { function in class:llvm::LanaiMCExpr
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCSection.h70 static bool classof(const MCSection *) { return true; } function in class:llvm::MCSection
H A DMCSectionCOFF.h61 static bool classof(const MCSection *S) { function in class:llvm::MCSectionCOFF
64 static bool classof(const MCSectionCOFF *) { return true; } function in class:llvm::MCSectionCOFF
/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DBinary.h58 static inline bool classof(const Binary *v) { return true; } function in class:llvm::object::Binary
/external/clang/lib/CodeGen/
H A DABIInfo.h145 static bool classof(const ABIInfo *info) { function in class:clang::CodeGen::SwiftABIInfo
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.h62 static bool classof(const CXDiagnosticImpl *D) { function in class:clang::CXLoadedDiagnostic

Completed in 302 milliseconds

1234567