HomeSort by: relevance | last modified time | path
    Searched refs:getUsingLoc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 2950 SourceLocation getUsingLoc() const { return UsingLoc; }
3418 SourceLocation getUsingLoc() const { return UsingLocation; }
3636 SourceLocation getUsingLoc() const { return UsingLocation; }
3729 SourceLocation getUsingLoc() const { return getBeginLoc(); }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 1271 Record.AddSourceLocation(D->getUsingLoc());
1310 Record.AddSourceLocation(D->getUsingLoc());
1320 Record.AddSourceLocation(D->getUsingLoc());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 3016 D->getUsingLoc(),
3028 if (SemaRef.CheckUsingDeclRedeclaration(D->getUsingLoc(),
3036 SemaRef.CheckUsingDeclQualifier(D->getUsingLoc(), D->hasTypename(),
3188 /*Scope*/ nullptr, D->getAccess(), D->getUsingLoc(),
SemaDeclCXX.cpp 12284 Diag(UD->getUsingLoc(),
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 4577 auto ToUsingLoc = importChecked(Err, D->getUsingLoc());
4673 auto ToUsingLoc = importChecked(Err, D->getUsingLoc());
4709 auto ToUsingLoc = importChecked(Err, D->getUsingLoc());
4744 auto ToUsingLoc = importChecked(Err, D->getUsingLoc());

Completed in 49 milliseconds