/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 77 SourceLocation IdentLoc; in ParseNamespace() local 343 SourceLocation IdentLoc = ConsumeToken(); ParseNamespaceAlias() local 569 SourceLocation IdentLoc = SourceLocation(); ParseUsingDirective() local 755 SourceLocation IdentLoc = ConsumeToken(); ParseUsingDeclaration() local 4559 SourceLocation IdentLoc; ParseOpenMPAttributeArgs() local [all...] |
H A D | ParseDecl.cpp | 5650 SourceLocation IdentLoc = ConsumeToken(); ParseEnumBody() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaHLSL.cpp | 34 ActOnStartBuffer(Scope * BufferScope,bool CBuffer,SourceLocation KwLoc,IdentifierInfo * Ident,SourceLocation IdentLoc,SourceLocation LBrace) ActOnStartBuffer() argument
|
H A D | SemaDeclCXX.cpp | 12226 Diag(IdentLoc, diag::ext_using_undefined_std); in ActOnUsingEnumDeclaration() local 11468 ActOnStartNamespaceDef(Scope * NamespcScope,SourceLocation InlineLoc,SourceLocation NamespaceLoc,SourceLocation IdentLoc,IdentifierInfo * II,SourceLocation LBrace,const ParsedAttributesView & AttrList,UsingDirectiveDecl * & UD,bool IsNested) ActOnStartNamespaceDef() argument 12004 TryNamespaceTypoCorrection(Sema & S,LookupResult & R,Scope * Sc,CXXScopeSpec & SS,SourceLocation IdentLoc,IdentifierInfo * Ident) TryNamespaceTypoCorrection() argument 12041 ActOnUsingDirective(Scope * S,SourceLocation UsingLoc,SourceLocation NamespcLoc,CXXScopeSpec & SS,SourceLocation IdentLoc,IdentifierInfo * NamespcName,const ParsedAttributesView & AttrList) ActOnUsingDirective() argument 12656 SourceLocation IdentLoc = NameInfo.getLoc(); BuildUsingDeclaration() local 13464 ActOnNamespaceAliasDef(Scope * S,SourceLocation NamespaceLoc,SourceLocation AliasLoc,IdentifierInfo * Alias,CXXScopeSpec & SS,SourceLocation IdentLoc,IdentifierInfo * Ident) ActOnNamespaceAliasDef() argument [all...] |
H A D | SemaObjC.cpp | 1998 IdentifierLoc *IdentLoc = handleNSErrorDomain() local
|
H A D | SemaStmt.cpp | 572 ActOnLabelStmt(SourceLocation IdentLoc,LabelDecl * TheDecl,SourceLocation ColonLoc,Stmt * SubStmt) ActOnLabelStmt() argument
|
H A D | SemaDecl.cpp | 14102 ActOnCXXForRangeIdentifier(Scope * S,SourceLocation IdentLoc,IdentifierInfo * Ident,ParsedAttributes & Attrs) ActOnCXXForRangeIdentifier() argument [all...] |
H A D | TreeTransform.h | 1394 RebuildLabelStmt(SourceLocation IdentLoc,LabelDecl * L,SourceLocation ColonLoc,Stmt * SubStmt) RebuildLabelStmt() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 3035 UsingDirectiveDecl(DeclContext * DC,SourceLocation UsingLoc,SourceLocation NamespcLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Nominated,DeclContext * CommonAncestor) UsingDirectiveDecl() argument 3129 SourceLocation IdentLoc; global() variable 3141 NamespaceAliasDecl(ASTContext & C,DeclContext * DC,SourceLocation NamespaceLoc,SourceLocation AliasLoc,IdentifierInfo * Alias,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Namespace) NamespaceAliasDecl() argument [all...] |
/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 2940 Create(ASTContext & C,DeclContext * DC,SourceLocation L,SourceLocation NamespaceLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Used,DeclContext * CommonAncestor) Create() argument 3042 Create(ASTContext & C,DeclContext * DC,SourceLocation UsingLoc,SourceLocation AliasLoc,IdentifierInfo * Alias,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Namespace) Create() argument
|
/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 3277 SourceLocation IdentLoc; global() member
|
/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1948 SMLoc IdentLoc = Tok.getLoc(); ParseIntelExpression() local [all...] |
/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 1890 SourceLocation IdentLoc = getVarDeclIdentifierLoc(VD); getPointeeTypeText() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1332 SourceLocation IdentLoc; global() member
|