/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaHLSL.cpp | 17 ActOnStartHLSLBuffer(Scope * BufferScope,bool CBuffer,SourceLocation KwLoc,IdentifierInfo * Ident,SourceLocation IdentLoc,SourceLocation LBrace) ActOnStartHLSLBuffer() argument
|
H A D | SemaDeclCXX.cpp | 11614 ActOnStartNamespaceDef(Scope * NamespcScope,SourceLocation InlineLoc,SourceLocation NamespaceLoc,SourceLocation IdentLoc,IdentifierInfo * II,SourceLocation LBrace,const ParsedAttributesView & AttrList,UsingDirectiveDecl * & UD,bool IsNested) ActOnStartNamespaceDef() argument 12147 TryNamespaceTypoCorrection(Sema & S,LookupResult & R,Scope * Sc,CXXScopeSpec & SS,SourceLocation IdentLoc,IdentifierInfo * Ident) TryNamespaceTypoCorrection() argument 12184 ActOnUsingDirective(Scope * S,SourceLocation UsingLoc,SourceLocation NamespcLoc,CXXScopeSpec & SS,SourceLocation IdentLoc,IdentifierInfo * NamespcName,const ParsedAttributesView & AttrList) ActOnUsingDirective() argument 12365 ActOnUsingEnumDeclaration(Scope * S,AccessSpecifier AS,SourceLocation UsingLoc,SourceLocation EnumLoc,SourceLocation IdentLoc,IdentifierInfo & II,CXXScopeSpec * SS) ActOnUsingEnumDeclaration() argument 12839 SourceLocation IdentLoc = NameInfo.getLoc(); BuildUsingDeclaration() local 13656 ActOnNamespaceAliasDef(Scope * S,SourceLocation NamespaceLoc,SourceLocation AliasLoc,IdentifierInfo * Alias,CXXScopeSpec & SS,SourceLocation IdentLoc,IdentifierInfo * Ident) ActOnNamespaceAliasDef() argument [all...] |
H A D | SemaStmt.cpp | 554 ActOnLabelStmt(SourceLocation IdentLoc,LabelDecl * TheDecl,SourceLocation ColonLoc,Stmt * SubStmt) ActOnLabelStmt() argument
|
H A D | SemaDeclAttr.cpp | 6245 IdentifierLoc *IdentLoc = handleNSErrorDomain() local
|
H A D | SemaDecl.cpp | 14340 ActOnCXXForRangeIdentifier(Scope * S,SourceLocation IdentLoc,IdentifierInfo * Ident,ParsedAttributes & Attrs) ActOnCXXForRangeIdentifier() argument [all...] |
H A D | TreeTransform.h | 1373 RebuildLabelStmt(SourceLocation IdentLoc,LabelDecl * L,SourceLocation ColonLoc,Stmt * SubStmt) RebuildLabelStmt() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 76 SourceLocation IdentLoc; ParseNamespace() local 334 SourceLocation IdentLoc = ConsumeToken(); ParseNamespaceAlias() local 552 SourceLocation IdentLoc = SourceLocation(); ParseUsingDirective() local 739 SourceLocation IdentLoc = ConsumeToken(); ParseUsingDeclaration() local 4356 SourceLocation IdentLoc; ParseOpenMPAttributeArgs() local [all...] |
H A D | ParseDecl.cpp | 5274 SourceLocation IdentLoc = ConsumeToken(); ParseEnumBody() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 3028 UsingDirectiveDecl(DeclContext * DC,SourceLocation UsingLoc,SourceLocation NamespcLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Nominated,DeclContext * CommonAncestor) UsingDirectiveDecl() argument 3122 SourceLocation IdentLoc; global() variable 3134 NamespaceAliasDecl(ASTContext & C,DeclContext * DC,SourceLocation NamespaceLoc,SourceLocation AliasLoc,IdentifierInfo * Alias,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Namespace) NamespaceAliasDecl() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 2926 Create(ASTContext & C,DeclContext * DC,SourceLocation L,SourceLocation NamespaceLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Used,DeclContext * CommonAncestor) Create() argument 3027 Create(ASTContext & C,DeclContext * DC,SourceLocation UsingLoc,SourceLocation AliasLoc,IdentifierInfo * Alias,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Namespace) Create() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 3199 SourceLocation IdentLoc; global() member
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 1618 SourceLocation IdentLoc = getVarDeclIdentifierLoc(VD); getPointeeTypeText() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1946 SMLoc IdentLoc = Tok.getLoc(); ParseIntelExpression() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1292 SourceLocation IdentLoc; global() member
|