Searched defs:IdentLoc (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 67 SourceLocation IdentLoc; in ParseNamespace() local 191 void Parser::ParseInnerNamespace(std::vector<SourceLocation>& IdentLoc, in ParseInnerNamespace() 258 SourceLocation IdentLoc = ConsumeToken(); in ParseNamespaceAlias() local 403 SourceLocation IdentLoc = SourceLocation(); in ParseUsingDirective() local
|
D | ParseDecl.cpp | 3734 SourceLocation IdentLoc = ConsumeToken(); in ParseEnumBody() local
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 2452 SourceLocation IdentLoc, in UsingDirectiveDecl() 2535 SourceLocation IdentLoc; variable 2547 SourceLocation IdentLoc, NamedDecl *Namespace) in NamespaceAliasDecl()
|
D | Stmt.h | 765 SourceLocation IdentLoc; variable
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 1835 SourceLocation IdentLoc, in Create() 1894 SourceLocation IdentLoc, in Create()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 6272 SourceLocation IdentLoc, in ActOnStartNamespaceDef() 6624 SourceLocation IdentLoc, in TryNamespaceTypoCorrection() 6659 SourceLocation IdentLoc, in ActOnUsingDirective() 7093 SourceLocation IdentLoc = NameInfo.getLoc(); in BuildUsingDeclaration() local 7640 SourceLocation IdentLoc, in ActOnNamespaceAliasDef()
|
D | SemaStmt.cpp | 404 Sema::ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl, in ActOnLabelStmt()
|
D | TreeTransform.h | 1074 StmtResult RebuildLabelStmt(SourceLocation IdentLoc, LabelDecl *L, in RebuildLabelStmt()
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1285 SMLoc IdentLoc = Tok.getLoc(); in ParseIntelExpression() local
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1099 SourceLocation IdentLoc; member
|