Searched defs:ExportLoc (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 485 ActOnModuleImport(SourceLocation StartLoc,SourceLocation ExportLoc,SourceLocation ImportLoc,ModuleIdPath Path,bool IsPartition) ActOnModuleImport() argument 551 ActOnModuleImport(SourceLocation StartLoc,SourceLocation ExportLoc,SourceLocation ImportLoc,Module * Mod,ModuleIdPath Path) ActOnModuleImport() argument 752 ActOnStartExportDecl(Scope * S,SourceLocation ExportLoc,SourceLocation LBraceLoc) ActOnStartExportDecl() argument [all...] |
H A D | SemaTemplate.cpp | 1804 ActOnTemplateParameterList(unsigned Depth,SourceLocation ExportLoc,SourceLocation TemplateLoc,SourceLocation LAngleLoc,ArrayRef<NamedDecl * > Params,SourceLocation RAngleLoc,Expr * RequiresClause) ActOnTemplateParameterList() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Module.h | 420 SourceLocation ExportLoc; global() member
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 117 SourceLocation ExportLoc; ParseTemplateDeclarationOrSpecialization() local
|
H A D | Parser.cpp | 2538 SourceLocation ExportLoc; ParseModuleImport() local
|
H A D | ParseDeclCXX.cpp | 441 SourceLocation ExportLoc = ConsumeToken(); ParseExportDeclaration() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 2609 SourceLocation ExportLoc = consumeToken(); parseExportDecl() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 4840 ExportDecl(DeclContext * DC,SourceLocation ExportLoc) ExportDecl() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 5673 Create(ASTContext & C,DeclContext * DC,SourceLocation ExportLoc) Create() argument
|