HomeSort by relevance Sort by last modified time
    Searched refs:DeclLoc (Results 1 - 22 of 22) sorted by null

  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 259 SourceLocation DeclLoc = Tok.getLocation();
264 AnnotateExistingDecltypeSpecifier(DS, DeclLoc, EndLoc);
269 SS.SetInvalid(SourceRange(DeclLoc, CCLoc));
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaType.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaLookup.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/tools/libclang/
CXIndexDataConsumer.cpp 27 SourceLocation DeclLoc;
33 : DataConsumer(dataConsumer), DeclLoc(Loc), LexicalDC(lexicalDC) { }
96 DataConsumer.handleSynthesizedObjCMethod(D, DeclLoc, LexicalDC);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 141 SourceLocation DeclLoc;
146 DeclLoc = D->getLocStart();
148 DeclLoc = D->getLocation();
149 if (DeclLoc.isMacroID()) {
154 DeclLoc = D->getLocStart();
161 if (SourceMgr.isMacroArgExpansion(DeclLoc) &&
163 DeclLoc = SourceMgr.getExpansionLoc(DeclLoc);
170 if (DeclLoc.isInvalid() || !DeclLoc.isFileID()
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 601 milliseconds