HomeSort by relevance Sort by last modified time
    Searched full:sloc (Results 1 - 23 of 23) sorted by null

  /external/clang/docs/
ClangCheck.rst 22 (TranslationUnitDecl 0x7ff3a3029ed0 <<invalid sloc>>
23 (TypedefDecl 0x7ff3a302a410 <<invalid sloc>> __int128_t '__int128')
24 (TypedefDecl 0x7ff3a302a470 <<invalid sloc>> __uint128_t 'unsigned __int128')
25 (TypedefDecl 0x7ff3a302a830 <<invalid sloc>> __builtin_va_list '__va_list_tag [1]')
  /external/clang/tools/libclang/
CXSourceLocation.cpp 132 SourceLocation SLoc = CXXUnit->getLocation(File, line, column);
133 if (SLoc.isInvalid()) {
141 cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
157 SourceLocation SLoc
160 if (SLoc.isInvalid())
163 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
227 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid); local
228 if (Invalid || !sloc.isFile()) {
234 *file = const_cast<FileEntry *>(SM.getFileEntryForSLocEntry(sloc));
CIndex.cpp     [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 72 SourceLocation SLoc = Loc.getSourceLocation();
73 if (SLoc.isInvalid())
76 Printf("%s:%d:", SLoc.getFilename(), SLoc.getLine());
77 if (SLoc.getColumn())
78 Printf("%d:", SLoc.getColumn());
  /external/openssl/crypto/ocsp/
ocsp_ext.c 495 OCSP_SERVICELOC *sloc = NULL; local
498 if (!(sloc = OCSP_SERVICELOC_new())) goto err;
499 if (!(sloc->issuer = X509_NAME_dup(issuer))) goto err;
500 if (urls && *urls && !(sloc->locator = sk_ACCESS_DESCRIPTION_new_null())) goto err;
510 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) goto err;
513 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_serviceLocator, 0, sloc);
515 if (sloc) OCSP_SERVICELOC_free(sloc);
  /external/clang/docs/tools/
dump_ast_matchers.py 157 add_matcher('TypeLoc', '%sLoc' % name, 'Matcher<%sLoc>...' % inner,
174 add_matcher('%sLoc' % result_type, '%sLoc' % name, 'Matcher<TypeLoc>',
  /external/clang/test/Misc/
ast-dump-color.cpp 28 //CHECK: {{^}}[[Blue:.\[0;34m]][[RESET:.\[0m]][[GREEN:.\[0;1;32m]]TranslationUnitDecl[[RESET]][[Yellow:.\[0;33m]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]<invalid sloc>[[RESET]]>{{$}}
29 //CHECK: {{^}}[[Blue]]|-[[RESET]][[GREEN]]TypedefDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]<invalid sloc>[[RESET]]>[[CYAN:.\[0;1;36m]] __int128_t[[RESET]] [[Green:.\[0;32m]]'__int128'[[RESET]]{{$}}
30 //CHECK: {{^}}[[Blue]]|-[[RESET]][[GREEN]]TypedefDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]<invalid sloc>[[RESET]]>[[CYAN]] __uint128_t[[RESET]] [[Green]]'unsigned __int128'[[RESET]]{{$}}
31 //CHECK: {{^}}[[Blue]]|-[[RESET]][[GREEN]]TypedefDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]<invalid sloc>[[RESET]]>[[CYAN]] __builtin_va_list[[RESET]] [[Green]]'__va_list_tag [1]'[[RESET]]{{$}}
  /external/clang/lib/Basic/
SourceManager.cpp 508 assert(ExternalSLocEntries && "Don't have an external sloc source");
667 const SLocEntry &SLoc = getSLocEntry(FID, &MyInvalid);
668 if (!SLoc.isFile() || MyInvalid) {
675 = SLoc.getFile().getContentCache()->getBuffer(Diag, *this, SourceLocation(),
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 239 /// This is an invalid SLOC for the main file (top of the \#include chain).
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 558 /// [PP_MACRO_OBJECT_LIKE, IdentInfoID, SLoc, IsUsed]
567 /// [PP_TOKEN, SLoc, Length, IdentInfoID, Kind, Flags]
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 928 source_location sloc; member in struct:__anon22643
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 928 source_location sloc; member in struct:__anon23372
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 928 source_location sloc; member in struct:__anon24203
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 928 source_location sloc; member in struct:__anon24932
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 389 OS << "<invalid sloc>";
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /prebuilts/clang/linux-x86/3.1/
clang 
clang++ 
  /prebuilts/sdk/tools/linux/
libclang.so 

Completed in 4572 milliseconds