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

12345

/external/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h347 static bool classof(const MultiplexExternalSemaSource*) { return true; } function in class:clang::MultiplexExternalSemaSource
348 //static bool classof(const ExternalSemaSource*) { return true; }
H A DSemaConsumer.h42 static bool classof(const ASTConsumer *Consumer) { function in class:clang::SemaConsumer
H A DLocInfoType.h55 static bool classof(const Type *T) { function in class:clang::LocInfoType
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolUnknown.h26 static bool classof(const PDBSymbol *S) { function in class:llvm::PDBSymbolUnknown
H A DPDBContext.h37 static bool classof(const DIContext *DICtx) { function in class:llvm::PDBContext
/external/llvm/include/llvm/IR/
H A DArgument.h128 static inline bool classof(const Value *V) { function in class:llvm::Argument
H A DConstant.h121 static inline bool classof(const Value *V) { function in class:llvm::Constant
H A DGlobalAlias.h110 static inline bool classof(const Value *V) { function in class:llvm::GlobalAlias
H A DGlobalVariable.h163 static inline bool classof(const Value *V) { function in class:llvm::GlobalVariable
H A DGlobalObject.h70 static inline bool classof(const Value *V) { function in class:llvm::GlobalObject
/external/llvm/include/llvm/Object/
H A DFunctionIndexObjectFile.h68 static inline bool classof(const Binary *v) { return v->isFunctionIndex(); } function in class:llvm::object::FunctionIndexObjectFile
H A DCOFFImportFile.h34 static inline bool classof(Binary const *V) { return V->isCOFFImportFile(); } function in class:llvm::object::COFFImportFile
H A DIRObjectFile.h54 static inline bool classof(const Binary *v) { function in class:llvm::object::IRObjectFile
/external/llvm/include/llvm/MC/
H A DMCSymbolELF.h47 static bool classof(const MCSymbol *S) { return S->isELF(); } function in class:llvm::MCSymbolELF
H A DMCSectionCOFF.h74 static bool classof(const MCSection *S) { return S->getVariant() == SV_COFF; } function in class:llvm::final
H A DMCSectionMachO.h84 static bool classof(const MCSection *S) { function in class:llvm::final
H A DMCSymbolCOFF.h60 static bool classof(const MCSymbol *S) { return S->isCOFF(); } function in class:llvm::MCSymbolCOFF
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUDiagnosticInfoUnsupported.h41 static bool classof(const DiagnosticInfo *DI) { function in class:llvm::DiagnosticInfoUnsupported
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.h62 static bool classof(const CXDiagnosticImpl *D) { function in class:clang::CXLoadedDiagnostic
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.h73 static bool classof(const MCExpr *E) { function in class:llvm::ARMMCExpr
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.cpp40 bool HexagonNoExtendOperand::classof(MCExpr const *E) { function in class:HexagonNoExtendOperand
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.h61 static bool classof(const MCExpr *E) { function in class:llvm::MipsMCExpr
/external/clang/include/clang/AST/
H A DDeclOpenMP.h84 static bool classof(const Decl *D) { return classofKind(D->getKind()); } function in class:clang::OMPThreadPrivateDecl
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; } function in class:clang::threadSafety::lexpr::Terminal
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; } function in class:clang::threadSafety::lexpr::And
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; } function in class:clang::threadSafety::lexpr::Or
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not; } function in class:clang::threadSafety::lexpr::Not
/external/llvm/include/llvm/Bitcode/
H A DReaderWriter.h202 static bool classof(const DiagnosticInfo *DI) { function in class:llvm::BitcodeDiagnosticInfo

Completed in 394 milliseconds

12345