Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDeclCXX.cpp67 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
DParseDecl.cpp3734 SourceLocation IdentLoc = ConsumeToken(); in ParseEnumBody() local
/external/clang/include/clang/AST/
DDeclCXX.h2452 SourceLocation IdentLoc, in UsingDirectiveDecl()
2535 SourceLocation IdentLoc; variable
2547 SourceLocation IdentLoc, NamedDecl *Namespace) in NamespaceAliasDecl()
DStmt.h765 SourceLocation IdentLoc; variable
/external/clang/lib/AST/
DDeclCXX.cpp1835 SourceLocation IdentLoc, in Create()
1894 SourceLocation IdentLoc, in Create()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp6272 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()
DSemaStmt.cpp404 Sema::ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl, in ActOnLabelStmt()
DTreeTransform.h1074 StmtResult RebuildLabelStmt(SourceLocation IdentLoc, LabelDecl *L, in RebuildLabelStmt()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1285 SMLoc IdentLoc = Tok.getLoc(); in ParseIntelExpression() local
/external/clang/include/clang/Sema/
DDeclSpec.h1099 SourceLocation IdentLoc; member