Home
last modified time | relevance | path

Searched defs:IdentifierLocs (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp572 SmallVector<SourceLocation, 2> IdentifierLocs; ActOnModuleImport() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1583 ArrayRef<SourceLocation> IdentifierLocs = D->getIdentifierLocs(); VisitImportDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5610 ImportDecl(DeclContext * DC,SourceLocation StartLoc,Module * Imported,ArrayRef<SourceLocation> IdentifierLocs) ImportDecl() argument
5628 Create(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,Module * Imported,ArrayRef<SourceLocation> IdentifierLocs) Create() argument