Searched defs:IdentLoc (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 71 SourceLocation IdentLoc; in ParseNamespace() local 209 void Parser::ParseInnerNamespace(std::vector<SourceLocation> &IdentLoc, in ParseInnerNamespace() 281 SourceLocation IdentLoc = ConsumeToken(); in ParseNamespaceAlias() local 448 SourceLocation IdentLoc = SourceLocation(); in ParseUsingDirective() local
|
D | ParseDecl.cpp | 4103 SourceLocation IdentLoc = ConsumeToken(); in ParseEnumBody() local
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 2578 SourceLocation IdentLoc, in UsingDirectiveDecl() 2662 SourceLocation IdentLoc; variable 2674 SourceLocation IdentLoc, NamedDecl *Namespace) in NamespaceAliasDecl()
|
D | Stmt.h | 778 SourceLocation IdentLoc; variable
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 1971 SourceLocation IdentLoc, in Create() 2047 SourceLocation IdentLoc, in Create()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 7170 SourceLocation IdentLoc, in ActOnStartNamespaceDef() 7512 SourceLocation IdentLoc, in TryNamespaceTypoCorrection() 7542 SourceLocation IdentLoc, in ActOnUsingDirective() 8043 SourceLocation IdentLoc = NameInfo.getLoc(); in BuildUsingDeclaration() local 8653 SourceLocation IdentLoc, in ActOnNamespaceAliasDef()
|
D | SemaStmt.cpp | 460 Sema::ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl, in ActOnLabelStmt()
|
D | SemaDecl.cpp | 9912 Sema::ActOnCXXForRangeIdentifier(Scope *S, SourceLocation IdentLoc, in ActOnCXXForRangeIdentifier()
|
D | TreeTransform.h | 1145 StmtResult RebuildLabelStmt(SourceLocation IdentLoc, LabelDecl *L, in RebuildLabelStmt()
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1206 SMLoc IdentLoc = Tok.getLoc(); in ParseIntelExpression() local
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1158 SourceLocation IdentLoc; member
|