Searched defs:POI (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp843 Create( ASTContext &C, FunctionDecl *FD, FunctionTemplateDecl *Template, TemplateSpecializationKind TSK, const TemplateArgumentList *TemplateArgs, const TemplateArgumentListInfo *TemplateArgsAsWritten, SourceLocation POI, MemberSpecializationInfo *MSInfo) argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h566 void setPointOfInstantiation(SourceLocation POI) { argument
667 void setPointOfInstantiation(SourceLocation POI) { argument
498 FunctionTemplateSpecializationInfo( FunctionDecl *FD, FunctionTemplateDecl *Template, TemplateSpecializationKind TSK, const TemplateArgumentList *TemplateArgs, const ASTTemplateArgumentListInfo *TemplateArgsAsWritten, SourceLocation POI, MemberSpecializationInfo *MSInfo) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp777 SourceLocation POI = readSourceLocation(); local
909 SourceLocation POI = readSourceLocation(); local
937 SourceLocation POI = readSourceLocation(); local
950 SourceLocation POI = readSourceLocation(); local
1442 SourceLocation POI = readSourceLocation(); local
1882 SourceLocation POI = readSourceLocation(); local
4419 SourceLocation POI = Record.readSourceLocation(); local
4509 SourceLocation POI = readSourceLocation(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9864 SourceLocation POI = Prev->getPointOfInstantiation(); local

Completed in 96 milliseconds