Searched defs:hasPath (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
H A DArchive.h139 bool hasPath() const { return flags&HasPathFlag; } function in class:llvm::ArchiveMember
/external/clang/lib/AST/
H A DAPValue.cpp60 bool hasPath() const { return PathLength != (unsigned)-1; } function in struct:APValue::LV
61 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; }
570 return ((const LV*)(const char*)Data.buffer)->hasPath();

Completed in 135 milliseconds