Searched defs:POI (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 515 FunctionTemplateSpecializationInfo(FunctionDecl * FD,FunctionTemplateDecl * Template,TemplateSpecializationKind TSK,const TemplateArgumentList * TemplateArgs,const ASTTemplateArgumentListInfo * TemplateArgsAsWritten,SourceLocation POI,MemberSpecializationInfo * MSInfo) FunctionTemplateSpecializationInfo() argument 579 setPointOfInstantiation(SourceLocation POI) setPointOfInstantiation() argument 680 setPointOfInstantiation(SourceLocation POI) setPointOfInstantiation() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 845 SourceLocation POI = readSourceLocation(); VisitEnumDecl() local 961 SourceLocation POI = readSourceLocation(); VisitFunctionDecl() local 980 SourceLocation POI = readSourceLocation(); VisitFunctionDecl() local 990 SourceLocation POI = readSourceLocation(); VisitFunctionDecl() local 1685 SourceLocation POI = readSourceLocation(); VisitVarDeclImpl() local 2251 SourceLocation POI = readSourceLocation(); VisitCXXRecordDeclImpl() local 4508 SourceLocation POI = Record.readSourceLocation(); UpdateDecl() local 4600 SourceLocation POI = readSourceLocation(); UpdateDecl() local [all...] |
H A D | ASTWriter.cpp | 6351 SourceLocation POI; InstantiationRequested() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopInfo.cpp | 745 for (LoopBlocksDFS::POIterator POI = DFS.beginPostorder(), updateBlockParents() local 1225 for (LoopBlocksTraversal::POTIterator POI = Traversal.begin(), perform() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 890 Create(ASTContext & C,FunctionDecl * FD,FunctionTemplateDecl * Template,TemplateSpecializationKind TSK,const TemplateArgumentList * TemplateArgs,const TemplateArgumentListInfo * TemplateArgsAsWritten,SourceLocation POI,MemberSpecializationInfo * MSInfo) Create() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 10772 SourceLocation POI = Prev->getPointOfInstantiation(); ActOnExplicitInstantiation() local
|