HomeSort by relevance Sort by last modified time
    Searched refs:getArgLoc (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/lib/AST/
SelectorLocationsKind.cpp 48 SourceLocation getArgLoc(T* Arg);
51 SourceLocation getArgLoc<Expr>(Expr *Arg) {
56 SourceLocation getArgLoc<ParmVarDecl>(ParmVarDecl *Arg) {
65 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) {
66 return Index < Args.size() ? getArgLoc(Args[Index]) : SourceLocation();
110 getArgLoc(Index, Args), EndLoc);
127 getArgLoc(Index, Args), EndLoc);
Comment.cpp 290 TemplateArgumentLoc MaybeFunction = STL.getArgLoc(0);
  /external/clang/include/clang/AST/
TypeLoc.h     [all...]
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
TypeLoc.h     [all...]
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
TypeLoc.h     [all...]
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
TypeLoc.h     [all...]
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeLoc.h     [all...]
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
TypeLoc.h     [all...]
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
TypeLoc.h     [all...]
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
TypeLoc.h     [all...]
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeLoc.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 653 Record.AddTemplateArgumentLocInfo(TL.getArgLoc(i).getArgument().getKind(),
654 TL.getArgLoc(i).getLocInfo());
681 Record.AddTemplateArgumentLocInfo(TL.getArgLoc(I).getArgument().getKind(),
682 TL.getArgLoc(I).getLocInfo());
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 723 if (VisitTemplateArgumentLoc(TSTLoc.getArgLoc(I)))
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]

Completed in 1032 milliseconds

1 2