Searched defs:classof (Results 1 - 25 of 88) 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.h89 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.h62 static bool classof(const Value *V) { function in class:llvm::MDString
163 static bool classof(const Value *V) { function in class:llvm::MDNode
H A DBasicBlock.h225 static inline bool classof(const Value *V) { function in class:llvm::BasicBlock
/external/llvm/include/llvm/MC/
H A DMCObjectStreamer.h111 static bool classof(const MCStreamer *S) { function in class:llvm::MCObjectStreamer
H A DMCSectionCOFF.h67 static bool classof(const MCSection *S) { function in class:llvm::MCSectionCOFF
H A DMCELFStreamer.h91 static bool classof(const MCStreamer *S) { function in class:llvm::MCELFStreamer
H A DMCSectionELF.h83 static bool classof(const MCSection *S) { function in class:llvm::MCSectionELF
/external/llvm/include/llvm/Object/
H A DMachO.h54 static inline bool classof(const Binary *v) { function in class:llvm::object::MachOObjectFile
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.h33 static bool classof(const MCStreamer *S) { function in class:llvm::MipsELFStreamer
/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.h70 static bool classof(const MCExpr *E) { function in class:llvm::ARMMCExpr
/external/clang/include/clang/AST/
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
H A DDeclFriend.h164 static bool classof(const Decl *D) { return classofKind(D->getKind()); } function in namespace:clang
/external/clang/include/clang/Driver/
H A DJob.h76 static bool classof(const Job *J) { function in class:clang::driver::Command
110 static bool classof(const Job *J) { function in class:clang::driver::JobList
H A DAction.h103 static bool classof(const Action *A) { function in class:clang::driver::InputAction
119 static bool classof(const Action *A) { function in class:clang::driver::BindArchAction
131 static bool classof(const Action *A) { function in class:clang::driver::JobAction
142 static bool classof(const Action *A) { function in class:clang::driver::PreprocessJobAction
152 static bool classof(const Action *A) { function in class:clang::driver::PrecompileJobAction
162 static bool classof(const Action *A) { function in class:clang::driver::AnalyzeJobAction
172 static bool classof(const Action *A) { function in class:clang::driver::MigrateJobAction
182 static bool classof(const Action *A) { function in class:clang::driver::CompileJobAction
192 static bool classof(const Action *A) { function in class:clang::driver::AssembleJobAction
202 static bool classof(cons function in class:clang::driver::LinkJobAction
212 static bool classof(const Action *A) { function in class:clang::driver::LipoJobAction
222 static bool classof(const Action *A) { function in class:clang::driver::DsymutilJobAction
231 static bool classof(const Action *A) { function in class:clang::driver::VerifyJobAction
[all...]
/external/llvm/unittests/Support/
H A DCasting.cpp32 /* static bool classof(const bar *X) {
167 // No classof. We are testing that the upcast is inferred.
176 // Even with no explicit classof() in Base, we should still be able to cast
192 static bool classof(const UseInferredUpcast *) { function in class:__anon10102::inferred_upcasting::UseInferredUpcast
199 // Since the explicit classof() returns false, this will fail if the
/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 277 milliseconds

1234