Home
last modified time | relevance | path

Searched refs:NamespcLoc (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/AST/
DDeclCXX.h2642 SourceLocation NamespcLoc, in UsingDirectiveDecl() argument
2648 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc), in UsingDirectiveDecl()
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h2876 SourceLocation NamespcLoc, in UsingDirectiveDecl() argument
2882 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc), in UsingDirectiveDecl()
/external/clang/lib/Parse/
DParseDeclCXX.cpp435 SourceLocation NamespcLoc = ConsumeToken(); in ParseUsingDirective() local
477 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
/external/llvm-project/clang/lib/Parse/
DParseDeclCXX.cpp525 SourceLocation NamespcLoc = ConsumeToken(); in ParseUsingDirective() local
580 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp7705 SourceLocation NamespcLoc, in ActOnUsingDirective() argument
7768 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp11380 SourceLocation NamespcLoc, CXXScopeSpec &SS, in ActOnUsingDirective() argument
11442 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
/external/clang/include/clang/Sema/
DSema.h4218 SourceLocation NamespcLoc,
/external/llvm-project/clang/include/clang/Sema/
DSema.h5515 SourceLocation NamespcLoc, CXXScopeSpec &SS,