Home
last modified time | relevance | path

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

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