HomeSort by: relevance | last modified time | path
    Searched defs:isFunctionMacroExpansion (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 395 bool isFunctionMacroExpansion() const {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 271 static bool isFunctionMacroExpansion(SourceLocation Loc,
280 return EInfo.isFunctionMacroExpansion();
836 if (isFunctionMacroExpansion(*Loc, SMgr)) {

Completed in 32 milliseconds