Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp131 StringRef CheckerContext::getMacroNameOrSpelling(SourceLocation &Loc) { in getMacroNameOrSpelling() function in CheckerContext
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h403 StringRef getMacroNameOrSpelling(SourceLocation &Loc);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp1115 StringRef DomName = C.getMacroNameOrSpelling(DomLoc); in taintUnsafeSocketProtocol()