Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Lex/
HDPPCallbacks.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-head/contrib/llvm-project/clang/lib/Frontend/
HDDependencyFile.cpp93 void HasEmbed(SourceLocation, StringRef, bool, in HasEmbed() function
/freebsd-head/contrib/llvm-project/clang/lib/Lex/
HDPPMacroExpansion.cpp1351 Callbacks->HasEmbed(LParenLoc, Filename, isAngled, MaybeFileEntry); in EvaluateHasEmbed()