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

1234

/external/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h326 static bool classof(const MultiplexExternalSemaSource*) { return true; } function in class:clang::MultiplexExternalSemaSource
327 //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
H A DExternalSemaSource.h181 static bool classof(const ExternalASTSource *Source) { function in class:clang::ExternalSemaSource
/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h50 /// classof - Methods for support type inquiry through isa, cast, and
53 static inline bool classof(const Value *V) { function in class:llvm::PseudoSourceValue
89 /// classof - Methods for support type inquiry through isa, cast, and
92 static inline bool classof(const Value *V) { function in class:llvm::FixedStackPseudoSourceValue
/external/llvm/include/llvm/IR/
H A DArgument.h98 static inline bool classof(const Value *V) { function in class:llvm::Argument
H A DConstant.h125 static inline bool classof(const Value *V) { function in class:llvm::Constant
H A DGlobalAlias.h79 static inline bool classof(const Value *V) { function in class:llvm::GlobalAlias
H A DGlobalVariable.h196 static inline bool classof(const Value *V) { function in class:llvm::GlobalVariable
H A DMetadata.h59 static bool classof(const Value *V) { function in class:llvm::MDString
160 static bool classof(const Value *V) { function in class:llvm::MDNode
/external/llvm/include/llvm/MC/
H A DMCObjectStreamer.h122 static bool classof(const MCStreamer *S) { function in class:llvm::MCObjectStreamer
H A DMCELFStreamer.h91 static bool classof(const MCStreamer *S) { function in class:llvm::MCELFStreamer
H A DMCSectionCOFF.h82 static bool classof(const MCSection *S) { function in class:llvm::MCSectionCOFF
H A DMCSectionELF.h84 static bool classof(const MCSection *S) { function in class:llvm::MCSectionELF
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.h33 static bool classof(const MCStreamer *S) { function in class:llvm::MipsELFStreamer
/external/clang/include/clang/AST/
H A DDeclOpenMP.h75 static bool classof(const Decl *D) { return classofKind(D->getKind()); } function in class:clang::OMPThreadPrivateDecl
H A DAttr.h117 static bool classof(const Attr *A) { function in class:clang::InheritableAttr
131 static bool classof(const Attr *A) { function in class:clang::InheritableParamAttr
146 static bool classof(const Attr *A) { function in class:clang::MSInheritanceAttr
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.h62 static bool classof(const CXDiagnosticImpl *D) { function in class:clang::CXLoadedDiagnostic
/external/llvm/include/llvm/Object/
H A DMachOUniversal.h91 static inline bool classof(Binary const *V) { function in class:llvm::object::MachOUniversalBinary
H A DMachO.h202 static bool classof(const Binary *v) { function in class:llvm::object::MachOObjectFile
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.h70 static bool classof(const MCExpr *E) { function in class:llvm::ARMMCExpr
/external/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.h77 static bool classof(const MCExpr *E) { function in class:llvm::NVPTXFloatMCExpr
/external/clang/include/clang/Driver/
H A DJob.h79 static bool classof(const Job *J) { function in class:clang::driver::Command
113 static bool classof(const Job *J) { function in class:clang::driver::JobList
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h90 static bool classof(const MCExpr *E) { function in class:llvm::PPCMCExpr
/external/llvm/utils/TableGen/
H A DTGValueTypes.cpp48 static bool classof(const Type *T) { function in class:ExtendedIntegerType
65 static bool classof(const Type *T) { function in class:ExtendedVectorType

Completed in 1610 milliseconds

1234