Home
last modified time | relevance | path

Searched defs:POI (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h496 FunctionTemplateSpecializationInfo(FunctionDecl * FD,FunctionTemplateDecl * Template,TemplateSpecializationKind TSK,TemplateArgumentList * TemplateArgs,const ASTTemplateArgumentListInfo * TemplateArgsAsWritten,SourceLocation POI,MemberSpecializationInfo * MSInfo) FunctionTemplateSpecializationInfo() argument
559 setPointOfInstantiation(SourceLocation POI) setPointOfInstantiation() argument
660 setPointOfInstantiation(SourceLocation POI) setPointOfInstantiation() argument
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp837 SourceLocation POI = readSourceLocation(); VisitEnumDecl() local
953 SourceLocation POI = readSourceLocation(); VisitFunctionDecl() local
972 SourceLocation POI = readSourceLocation(); VisitFunctionDecl() local
982 SourceLocation POI = readSourceLocation(); VisitFunctionDecl() local
1686 SourceLocation POI = readSourceLocation(); VisitVarDeclImpl() local
2252 SourceLocation POI = readSourceLocation(); VisitCXXRecordDeclImpl() local
4563 SourceLocation POI = Record.readSourceLocation(); UpdateDecl() local
4655 SourceLocation POI = readSourceLocation(); UpdateDecl() local
[all...]
H A DASTWriter.cpp6932 SourceLocation POI; InstantiationRequested() local
/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp757 for (LoopBlocksDFS::POIterator POI = DFS.beginPostorder(), in updateBlockParents() local
1256 for (LoopBlocksTraversal::POTIterator POI = Traversal.begin(), perform() local
[all...]
/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp903 Create(ASTContext & C,FunctionDecl * FD,FunctionTemplateDecl * Template,TemplateSpecializationKind TSK,TemplateArgumentList * TemplateArgs,const TemplateArgumentListInfo * TemplateArgsAsWritten,SourceLocation POI,MemberSpecializationInfo * MSInfo) Create() argument
/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp11203 SourceLocation POI = Prev->getPointOfInstantiation(); ActOnExplicitInstantiation() local