Searched refs:HasEmbed (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 367 virtual void HasEmbed(SourceLocation Loc, StringRef FileName, bool IsAngled, in HasEmbed() function 617 void HasEmbed(SourceLocation Loc, StringRef FileName, bool IsAngled, in HasEmbed() function 619 First->HasEmbed(Loc, FileName, IsAngled, File); in HasEmbed() 620 Second->HasEmbed(Loc, FileName, IsAngled, File); in HasEmbed()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DependencyFile.cpp | 93 void HasEmbed(SourceLocation, StringRef, bool, in HasEmbed() function
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPMacroExpansion.cpp | 1296 Callbacks->HasEmbed(LParenLoc, Filename, isAngled, MaybeFileEntry); in EvaluateHasEmbed()
|