Searched defs:IdentLoc (Results 1 – 11 of 11) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 70 SourceLocation IdentLoc; in ParseNamespace() local 206 void Parser::ParseInnerNamespace(std::vector<SourceLocation> &IdentLoc, in ParseInnerNamespace() 275 SourceLocation IdentLoc = ConsumeToken(); in ParseNamespaceAlias() local 442 SourceLocation IdentLoc = SourceLocation(); in ParseUsingDirective() local
|
H A D | ParseDecl.cpp | 3941 SourceLocation IdentLoc = ConsumeToken(); in ParseEnumBody() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | DeclCXX.h | 2584 SourceLocation IdentLoc, in UsingDirectiveDecl() 2668 SourceLocation IdentLoc; variable 2680 SourceLocation IdentLoc, NamedDecl *Namespace) in NamespaceAliasDecl()
|
H A D | Stmt.h | 789 SourceLocation IdentLoc; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | DeclCXX.cpp | 1943 SourceLocation IdentLoc, in Create() 2019 SourceLocation IdentLoc, in Create()
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 7073 SourceLocation IdentLoc, in ActOnStartNamespaceDef() 7425 SourceLocation IdentLoc, in TryNamespaceTypoCorrection() 7455 SourceLocation IdentLoc, in ActOnUsingDirective() 7951 SourceLocation IdentLoc = NameInfo.getLoc(); in BuildUsingDeclaration() local 8566 SourceLocation IdentLoc, in ActOnNamespaceAliasDef()
|
H A D | SemaStmt.cpp | 449 Sema::ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl, in ActOnLabelStmt()
|
H A D | SemaDecl.cpp | 9363 Sema::ActOnCXXForRangeIdentifier(Scope *S, SourceLocation IdentLoc, in ActOnCXXForRangeIdentifier()
|
H A D | TreeTransform.h | 1124 StmtResult RebuildLabelStmt(SourceLocation IdentLoc, LabelDecl *L, in RebuildLabelStmt()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1151 SMLoc IdentLoc = Tok.getLoc(); in ParseIntelExpression() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1139 SourceLocation IdentLoc; member
|