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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp987 SmallString<128> FilenameBuffer; local
995 FilenameBuffer.push_back('<');
1021 FilenameBuffer.push_back(' ');
1023 // Get the spelling of the token, directly into FilenameBuffer if
1025 size_t PreAppendSize = FilenameBuffer.size();
1026 FilenameBuffer.resize(PreAppendSize + FilenameTok.getLength());
1028 const char *BufPtr = &FilenameBuffer[PreAppendSize];
1031 // If the token was spelled somewhere else, copy it into FilenameBuffer.
1032 if (BufPtr != &FilenameBuffer[PreAppendSize])
1033 memcpy(&FilenameBuffer[PreAppendSiz
[all...]
H A DPragma.cpp502 SmallString<128> FilenameBuffer; local
504 StringRef Filename = getSpelling(FilenameTok, FilenameBuffer, &Invalid);
H A DPPMacroExpansion.cpp1200 SmallString<128> FilenameBuffer;
1202 StringRef Filename = PP.getSpelling(Tok, FilenameBuffer, &Invalid);
H A DPPDirectives.cpp1857 SmallString<128> FilenameBuffer; local
1858 StringRef Filename = getSpelling(FilenameTok, FilenameBuffer);

Completed in 65 milliseconds