Home
last modified time | relevance | path

Searched defs:IdentifierLoc (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp63 SourceLocation IdentifierLoc = ConsumeToken(); in ParseHLSLBuffer() local
H A DParser.cpp1781 SourceLocation IdentifierLoc = ConsumeToken(); in TryAnnotateName() local
2040 SourceLocation IdentifierLoc = ConsumeToken(); in TryAnnotateTypeOrScopeTokenAfterScopeSpec() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp561 SourceLocation IdentifierLoc, in Extend()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h1182 IdentifierLoc(SourceLocation L, IdentifierInfo *Ident) : Loc(L), II(Ident) {} in IdentifierLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp63 SourceLocation IdentifierLoc, in Extend()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp3630 const SourceLocation IdentifierLoc = getVarDeclIdentifierLoc(D); in fixVarDeclWithArray() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3271 SourceLocation IdentifierLoc; member