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