Searched refs:HasEmbed (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 366 virtual void HasEmbed(SourceLocation Loc, StringRef FileName, bool IsAngled, in HasEmbed() function 616 void HasEmbed(SourceLocation Loc, StringRef FileName, bool IsAngled, in HasEmbed() function 618 First->HasEmbed(Loc, FileName, IsAngled, File); in HasEmbed() 619 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 | 1351 Callbacks->HasEmbed(LParenLoc, Filename, isAngled, MaybeFileEntry); in EvaluateHasEmbed()
|