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

/external/clang/include/clang/Basic/
H A DSourceLocation.h355 /// You can get a PresumedLoc from a SourceLocation with SourceManager.
356 class PresumedLoc { class in class:clang::SourceLocation
361 PresumedLoc() : Filename(nullptr) {} function in class:clang::SourceLocation::PresumedLoc
362 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL) function in class:clang::SourceLocation::PresumedLoc

Completed in 357 milliseconds