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

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
H A DSourceManager.h251 /// preprocessing of this \#include, including this SLocEntry.
253 /// Zero means the preprocessor didn't provide such info for this SLocEntry.
401 class SLocEntry { class in namespace:clang::SrcMgr
416 assert(isFile() && "Not a file SLocEntry!");
421 assert(isExpansion() && "Not a macro expansion SLocEntry!");
425 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
427 SLocEntry E;
434 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
436 SLocEntry E;
613 SmallVector<SrcMgr::SLocEntry,
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
H A DSourceManager.h251 /// preprocessing of this \#include, including this SLocEntry.
253 /// Zero means the preprocessor didn't provide such info for this SLocEntry.
401 class SLocEntry { class in namespace:clang::SrcMgr
416 assert(isFile() && "Not a file SLocEntry!");
421 assert(isExpansion() && "Not a macro expansion SLocEntry!");
425 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
427 SLocEntry E;
434 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
436 SLocEntry E;
613 SmallVector<SrcMgr::SLocEntry,
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
H A DSourceManager.h251 /// preprocessing of this \#include, including this SLocEntry.
253 /// Zero means the preprocessor didn't provide such info for this SLocEntry.
401 class SLocEntry { class in namespace:clang::SrcMgr
416 assert(isFile() && "Not a file SLocEntry!");
421 assert(isExpansion() && "Not a macro expansion SLocEntry!");
425 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
427 SLocEntry E;
434 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
436 SLocEntry E;
613 SmallVector<SrcMgr::SLocEntry,
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
H A DSourceManager.h255 /// preprocessing of this \#include, including this SLocEntry.
257 /// Zero means the preprocessor didn't provide such info for this SLocEntry.
406 class SLocEntry { class in namespace:clang::SrcMgr
415 SLocEntry() : Offset(), IsExpansion(), File() {} function in class:clang::SrcMgr::SLocEntry
423 assert(isFile() && "Not a file SLocEntry!");
428 assert(isExpansion() && "Not a macro expansion SLocEntry!");
432 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
434 SLocEntry E;
441 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
443 SLocEntry
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
H A DSourceManager.h255 /// preprocessing of this \#include, including this SLocEntry.
257 /// Zero means the preprocessor didn't provide such info for this SLocEntry.
406 class SLocEntry { class in namespace:clang::SrcMgr
415 SLocEntry() : Offset(), IsExpansion(), File() {} function in class:clang::SrcMgr::SLocEntry
423 assert(isFile() && "Not a file SLocEntry!");
428 assert(isExpansion() && "Not a macro expansion SLocEntry!");
432 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
434 SLocEntry E;
441 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
443 SLocEntry
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
H A DSourceManager.h255 /// preprocessing of this \#include, including this SLocEntry.
257 /// Zero means the preprocessor didn't provide such info for this SLocEntry.
406 class SLocEntry { class in namespace:clang::SrcMgr
415 SLocEntry() : Offset(), IsExpansion(), File() {} function in class:clang::SrcMgr::SLocEntry
423 assert(isFile() && "Not a file SLocEntry!");
428 assert(isExpansion() && "Not a macro expansion SLocEntry!");
432 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
434 SLocEntry E;
441 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
443 SLocEntry
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
H A DSourceManager.h255 /// preprocessing of this \#include, including this SLocEntry.
257 /// Zero means the preprocessor didn't provide such info for this SLocEntry.
406 class SLocEntry { class in namespace:clang::SrcMgr
415 SLocEntry() : Offset(), IsExpansion(), File() {} function in class:clang::SrcMgr::SLocEntry
423 assert(isFile() && "Not a file SLocEntry!");
428 assert(isExpansion() && "Not a macro expansion SLocEntry!");
432 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
434 SLocEntry E;
441 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
443 SLocEntry
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
H A DSourceManager.h251 /// preprocessing of this \#include, including this SLocEntry.
253 /// Zero means the preprocessor didn't provide such info for this SLocEntry.
401 class SLocEntry { class in namespace:clang::SrcMgr
416 assert(isFile() && "Not a file SLocEntry!");
421 assert(isExpansion() && "Not a macro expansion SLocEntry!");
425 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
427 SLocEntry E;
434 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
436 SLocEntry E;
613 SmallVector<SrcMgr::SLocEntry,
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
H A DSourceManager.h251 /// preprocessing of this \#include, including this SLocEntry.
253 /// Zero means the preprocessor didn't provide such info for this SLocEntry.
401 class SLocEntry { class in namespace:clang::SrcMgr
416 assert(isFile() && "Not a file SLocEntry!");
421 assert(isExpansion() && "Not a macro expansion SLocEntry!");
425 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
427 SLocEntry E;
434 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
436 SLocEntry E;
613 SmallVector<SrcMgr::SLocEntry,
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
H A DSourceManager.h251 /// preprocessing of this \#include, including this SLocEntry.
253 /// Zero means the preprocessor didn't provide such info for this SLocEntry.
401 class SLocEntry { class in namespace:clang::SrcMgr
416 assert(isFile() && "Not a file SLocEntry!");
421 assert(isExpansion() && "Not a macro expansion SLocEntry!");
425 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
427 SLocEntry E;
434 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
436 SLocEntry E;
613 SmallVector<SrcMgr::SLocEntry,
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
H A DSourceManager.h255 /// preprocessing of this \#include, including this SLocEntry.
257 /// Zero means the preprocessor didn't provide such info for this SLocEntry.
406 class SLocEntry { class in namespace:clang::SrcMgr
415 SLocEntry() : Offset(), IsExpansion(), File() {} function in class:clang::SrcMgr::SLocEntry
423 assert(isFile() && "Not a file SLocEntry!");
428 assert(isExpansion() && "Not a macro expansion SLocEntry!");
432 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
434 SLocEntry E;
441 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
443 SLocEntry
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
H A DSourceManager.h255 /// preprocessing of this \#include, including this SLocEntry.
257 /// Zero means the preprocessor didn't provide such info for this SLocEntry.
406 class SLocEntry { class in namespace:clang::SrcMgr
415 SLocEntry() : Offset(), IsExpansion(), File() {} function in class:clang::SrcMgr::SLocEntry
423 assert(isFile() && "Not a file SLocEntry!");
428 assert(isExpansion() && "Not a macro expansion SLocEntry!");
432 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
434 SLocEntry E;
441 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
443 SLocEntry
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
H A DSourceManager.h255 /// preprocessing of this \#include, including this SLocEntry.
257 /// Zero means the preprocessor didn't provide such info for this SLocEntry.
406 class SLocEntry { class in namespace:clang::SrcMgr
415 SLocEntry() : Offset(), IsExpansion(), File() {} function in class:clang::SrcMgr::SLocEntry
423 assert(isFile() && "Not a file SLocEntry!");
428 assert(isExpansion() && "Not a macro expansion SLocEntry!");
432 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
434 SLocEntry E;
441 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
443 SLocEntry
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
H A DSourceManager.h255 /// preprocessing of this \#include, including this SLocEntry.
257 /// Zero means the preprocessor didn't provide such info for this SLocEntry.
406 class SLocEntry { class in namespace:clang::SrcMgr
415 SLocEntry() : Offset(), IsExpansion(), File() {} function in class:clang::SrcMgr::SLocEntry
423 assert(isFile() && "Not a file SLocEntry!");
428 assert(isExpansion() && "Not a macro expansion SLocEntry!");
432 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
434 SLocEntry E;
441 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
443 SLocEntry
[all...]

Completed in 6844 milliseconds