Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp70 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 DParseDecl.cpp3941 SourceLocation IdentLoc = ConsumeToken(); in ParseEnumBody() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2584 SourceLocation IdentLoc, in UsingDirectiveDecl()
2668 SourceLocation IdentLoc; variable
2680 SourceLocation IdentLoc, NamedDecl *Namespace) in NamespaceAliasDecl()
H A DStmt.h789 SourceLocation IdentLoc; variable
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp1943 SourceLocation IdentLoc, in Create()
2019 SourceLocation IdentLoc, in Create()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp7073 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 DSemaStmt.cpp449 Sema::ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl, in ActOnLabelStmt()
H A DSemaDecl.cpp9363 Sema::ActOnCXXForRangeIdentifier(Scope *S, SourceLocation IdentLoc, in ActOnCXXForRangeIdentifier()
H A DTreeTransform.h1124 StmtResult RebuildLabelStmt(SourceLocation IdentLoc, LabelDecl *L, in RebuildLabelStmt()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1151 SMLoc IdentLoc = Tok.getLoc(); in ParseIntelExpression() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1139 SourceLocation IdentLoc; member