Home
last modified time | relevance | path

Searched refs:HasEmbed (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h367 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 DDependencyFile.cpp93 void HasEmbed(SourceLocation, StringRef, bool, in HasEmbed() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1296 Callbacks->HasEmbed(LParenLoc, Filename, isAngled, MaybeFileEntry); in EvaluateHasEmbed()