Searched refs:compLocDecl (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 2575 static inline bool compLocDecl(std::pair<unsigned, Decl *> L, in compLocDecl() function 2616 I = std::upper_bound(Decls->begin(), Decls->end(), LocDecl, compLocDecl); in addFileLevelDecl() 2642 std::make_pair(Offset, (Decl*)0), compLocDecl); in findFileRegionDecls() 2656 compLocDecl); in findFileRegionDecls()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 3906 static inline bool compLocDecl(std::pair<unsigned, serialization::DeclID> L, in compLocDecl() function 3951 I = std::upper_bound(Decls.begin(), Decls.end(), LocDecl, compLocDecl); in associateDeclWithFile()
|