Home
last modified time | relevance | path

Searched refs:isMacroBodyExpansion (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h399 bool isMacroBodyExpansion() const { in isMacroBodyExpansion() function
1318 bool isMacroBodyExpansion(SourceLocation Loc) const;
/openbsd/gnu/llvm/clang/lib/Edit/
H A DEditedSource.cpp43 while (SourceMgr.isMacroBodyExpansion(ExpansionLoc)) in deconstructMacroArgLoc()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp1074 bool SourceManager::isMacroBodyExpansion(SourceLocation Loc) const { in isMacroBodyExpansion() function in SourceManager
1079 return Expansion.isMacroBodyExpansion(); in isMacroBodyExpansion()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp180 if (S.SourceMgr.isMacroBodyExpansion(Loc)) in DiagnoseUnusedComparison()
239 SourceMgr.isMacroBodyExpansion(ExprLoc) || in DiagnoseUnusedExprResult()
H A DSemaChecking.cpp14641 if (SM.isMacroBodyExpansion(Loc)) in IsInAnyMacroBody()