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

  /external/clang/tools/libclang/
CXSourceLocation.cpp 138 SourceLocation SLoc = CXXUnit->getLocation(File, line, column);
139 if (SLoc.isInvalid()) {
147 cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
167 SourceLocation SLoc
170 if (SLoc.isInvalid())
173 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
256 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid); local
257 if (Invalid || !sloc.isFile()) {
263 *file = const_cast<FileEntry *>(SM.getFileEntryForSLocEntry(sloc));
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 904 auto sloc = buf_.size(); local
907 auto it = key_pool.find(sloc);
911 buf_.resize(sloc);
912 sloc = *it;
914 key_pool.insert(sloc);
917 stack_.push_back(Value(static_cast<uint64_t>(sloc), TYPE_KEY, BIT_WIDTH_8));
918 return sloc;
926 auto sloc = CreateBlob(str, len, 1, TYPE_STRING); local
928 StringOffset so(sloc, len);
934 sloc = it->first
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 978 source_location sloc; member in struct:__anon63404
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 3439 const SrcMgr::SLocEntry &sloc = S.SourceMgr.getSLocEntry(file, &invalid); local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
dwarf.c 5972 static const char *sloc = " LOC"; local
    [all...]

Completed in 1832 milliseconds