Home
last modified time | relevance | path

Searched defs:IdentLoc (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp77 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 DParseDecl.cpp5650 SourceLocation IdentLoc = ConsumeToken(); ParseEnumBody() local
/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp34 ActOnStartBuffer(Scope * BufferScope,bool CBuffer,SourceLocation KwLoc,IdentifierInfo * Ident,SourceLocation IdentLoc,SourceLocation LBrace) ActOnStartBuffer() argument
H A DSemaDeclCXX.cpp12226 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 DSemaObjC.cpp1998 IdentifierLoc *IdentLoc = handleNSErrorDomain() local
H A DSemaStmt.cpp572 ActOnLabelStmt(SourceLocation IdentLoc,LabelDecl * TheDecl,SourceLocation ColonLoc,Stmt * SubStmt) ActOnLabelStmt() argument
H A DSemaDecl.cpp14102 ActOnCXXForRangeIdentifier(Scope * S,SourceLocation IdentLoc,IdentifierInfo * Ident,ParsedAttributes & Attrs) ActOnCXXForRangeIdentifier() argument
[all...]
H A DTreeTransform.h1394 RebuildLabelStmt(SourceLocation IdentLoc,LabelDecl * L,SourceLocation ColonLoc,Stmt * SubStmt) RebuildLabelStmt() argument
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3035 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 DDeclCXX.cpp2940 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 DParser.h3277 SourceLocation IdentLoc; global() member
/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1948 SMLoc IdentLoc = Tok.getLoc(); ParseIntelExpression() local
[all...]
/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1890 SourceLocation IdentLoc = getVarDeclIdentifierLoc(VD); getPointeeTypeText() local
/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1332 SourceLocation IdentLoc; global() member