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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1000 SmallString<128> FilenameBuffer; local
1008 FilenameBuffer.push_back('<');
1034 FilenameBuffer.push_back(' ');
1036 // Get the spelling of the token, directly into FilenameBuffer if
1038 size_t PreAppendSize = FilenameBuffer.size();
1039 FilenameBuffer.resize(PreAppendSize + FilenameTok.getLength());
1041 const char *BufPtr = &FilenameBuffer[PreAppendSize];
1044 // If the token was spelled somewhere else, copy it into FilenameBuffer.
1045 if (BufPtr != &FilenameBuffer[PreAppendSize])
1046 memcpy(&FilenameBuffer[PreAppendSiz
[all...]
H A DPPMacroExpansion.cpp1200 SmallString<128> FilenameBuffer;
1202 StringRef Filename = PP.getSpelling(Tok, FilenameBuffer, &Invalid);
H A DPragma.cpp507 SmallString<128> FilenameBuffer; local
509 StringRef Filename = getSpelling(FilenameTok, FilenameBuffer, &Invalid);
H A DPPDirectives.cpp1854 SmallString<128> FilenameBuffer; local
1855 StringRef Filename = getSpelling(FilenameTok, FilenameBuffer);

Completed in 118 milliseconds