Searched defs:POI (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Analysis/ |
D | LoopInfo.cpp | 458 for (LoopBlocksTraversal::POTIterator POI = Traversal.begin(), in updateBlockParents() local 486 for (LoopBlocksDFS::POIterator POI = DFS.beginPostorder(), in updateBlockParents() local 737 for (LoopBlocksTraversal::POTIterator POI = Traversal.begin(), in perform() local
|
/external/clang/include/clang/AST/ |
D | DeclTemplate.h | 295 SourceLocation POI) in FunctionTemplateSpecializationInfo() 378 void setPointOfInstantiation(SourceLocation POI) { in setPointOfInstantiation() 444 void setPointOfInstantiation(SourceLocation POI) { in setPointOfInstantiation()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 594 SourceLocation POI = ReadSourceLocation(Record, Idx); in VisitEnumDecl() local 674 SourceLocation POI = ReadSourceLocation(Record, Idx); in VisitFunctionDecl() local 704 SourceLocation POI = ReadSourceLocation(Record, Idx); in VisitFunctionDecl() local 1103 SourceLocation POI = ReadSourceLocation(Record, Idx); in VisitVarDeclImpl() local 1590 SourceLocation POI = ReadSourceLocation(Record, Idx); in VisitCXXRecordDeclImpl() local 3706 SourceLocation POI = Reader.ReadSourceLocation(ModuleFile, Record, Idx); in UpdateDecl() local
|
/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 689 SourceLocation POI) { in Create()
|
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 7661 SourceLocation POI = Prev->getPointOfInstantiation(); in ActOnExplicitInstantiation() local
|