Searched refs:InvalidLocation (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Core/
H A DReplacement.cpp43 static const char * const InvalidLocation = ""; variable
45 Replacement::Replacement() : FilePath(InvalidLocation) {}
65 return FilePath != InvalidLocation;
126 this->FilePath = std::string(Entry ? Entry->getName() : InvalidLocation);

Completed in 184 milliseconds