Searched defs:POI (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Analysis/ |
D | LoopInfo.cpp | 485 for (LoopBlocksTraversal::POTIterator POI = Traversal.begin(), in updateBlockParents() local 513 for (LoopBlocksDFS::POIterator POI = DFS.beginPostorder(), in updateBlockParents() local 776 for (LoopBlocksTraversal::POTIterator POI = Traversal.begin(), in perform() local
|
/external/clang/include/clang/AST/ |
D | DeclTemplate.h | 399 SourceLocation POI) in FunctionTemplateSpecializationInfo() 473 void setPointOfInstantiation(SourceLocation POI) { in setPointOfInstantiation() 539 void setPointOfInstantiation(SourceLocation POI) { in setPointOfInstantiation()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 659 SourceLocation POI = ReadSourceLocation(Record, Idx); in VisitEnumDecl() local 739 SourceLocation POI = ReadSourceLocation(Record, Idx); in VisitFunctionDecl() local 770 SourceLocation POI = ReadSourceLocation(Record, Idx); in VisitFunctionDecl() local 1205 SourceLocation POI = ReadSourceLocation(Record, Idx); in VisitVarDeclImpl() local 1657 SourceLocation POI = ReadSourceLocation(Record, Idx); in VisitCXXRecordDeclImpl() local 3673 SourceLocation POI = Reader.ReadSourceLocation(ModuleFile, Record, Idx); in UpdateDecl() local
|
/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 710 SourceLocation POI) { in Create()
|
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 7775 SourceLocation POI = Prev->getPointOfInstantiation(); in ActOnExplicitInstantiation() local
|