Searched refs:classof (Results 76 - 92 of 92) sorted by relevance

1234

/external/clang/lib/Rewrite/Core/
H A DRewriteRope.cpp120 //static inline bool classof(const RopePieceBTreeNode *) { return true; }
224 //static inline bool classof(const RopePieceBTreeLeaf *) { return true; }
225 static inline bool classof(const RopePieceBTreeNode *N) {
461 //static inline bool classof(const RopePieceBTreeInterior *) { return true; }
462 static inline bool classof(const RopePieceBTreeNode *N) {
H A DDeltaTree.cpp117 //static inline bool classof(const DeltaTreeNode *) { return true; }
152 //static inline bool classof(const DeltaTreeInteriorNode *) { return true; }
153 static inline bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); }
/external/clang/include/clang/AST/
H A DDeclBase.h848 static bool classof(const Decl *) { return true; } function in class:clang::Decl
1524 static bool classof(const Decl *D);
1525 static bool classof(const DeclContext *D) { return true; } function in class:clang::DeclContext
1528 static bool classof(const NAME##Decl *D) { return true; }
/external/clang/lib/AST/
H A DTypeLoc.cpp180 bool TypeSpecTypeLoc::classof(const TypeLoc *TL) { function in class:TypeSpecTypeLoc
H A DDeclBase.cpp703 bool DeclContext::classof(const Decl *D) { function in class:DeclContext
H A DDecl.cpp2728 assert(classof(static_cast<Decl*>(this)) && "Invalid Kind!");
/external/clang/tools/libclang/
H A DCursorVisitor.h49 static bool classof(VisitorJob *VJ) { return true; } function in class:clang::cxcursor::VisitorJob
H A DCIndex.cpp1628 static bool classof(const VisitorJob *VJ) { return VJ->getKind() == KIND; }\
1648 static bool classof(const VisitorJob *VJ) { function in class:__anon4831::DeclVisit
1660 static bool classof(const VisitorJob *VJ) { function in class:__anon4831::TypeLocVisit
1676 static bool classof(const VisitorJob *VJ) { function in class:__anon4831::LabelRefVisit
1691 static bool classof(const VisitorJob *VJ) { function in class:__anon4831::NestedNameSpecifierLocVisit
1705 static bool classof(const VisitorJob *VJ) { function in class:__anon4831::DeclarationNameInfoVisit
1727 static bool classof(const VisitorJob *VJ) { function in class:__anon4831::MemberRefVisit
/external/llvm/include/llvm/Support/
H A DCasting.h50 return To::classof(&Val);
/external/llvm/include/llvm/
H A DType.h393 static inline bool classof(const Type *) { return true; }
H A DValue.h219 /// used to implement the classof checks. This should not be used for any
261 static inline bool classof(const Value *) { function in class:llvm::Value
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h165 static inline bool classof(const SCEVCouldNotCompute *S) { return true; } function in struct:llvm::SCEVCouldNotCompute
166 static bool classof(const SCEV *S);
/external/llvm/include/llvm/Object/
H A DObjectFile.h384 static inline bool classof(const Binary *v) { function in class:llvm::object::ObjectFile
387 static inline bool classof(const ObjectFile *v) { return true; } function in class:llvm::object::ObjectFile
H A DELF.h436 // This flag is used for classof, to distinguish ELFObjectFile from
619 static inline bool classof(const Binary *v) { function in class:llvm::object::ELFObjectFile
623 static inline bool classof(const ELFObjectFile *v) { return true; } function in class:llvm::object::ELFObjectFile
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp387 /// classof - Methods for support type inquiry through isa, cast, and
390 static inline bool classof(const MachineCodeEmitter*) { return true; } function in class:__anon8763::JITEmitter
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp212 //static inline bool classof(const ConstantPlaceHolder *) { return true; }
213 static bool classof(const Value *V) { function in class:llvm::__anon8633::ConstantPlaceHolder
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp304 bool SCEVCouldNotCompute::classof(const SCEV *S) { function in class:SCEVCouldNotCompute

Completed in 271 milliseconds

1234