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

  /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)) {
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPExpressions.cpp 187 .isFunctionMacroExpansion();
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 395 bool isFunctionMacroExpansion() const {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp 881 if (EI->isFunctionMacroExpansion())

Completed in 24 milliseconds