Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h350 const DefMacroDirective *getDirective() const { return DefDirective; } in getDirective() function
351 DefMacroDirective *getDirective() { return DefDirective; } in getDirective() function
H A DPreprocessor.h963 return MacroDefinition(DI.getDirective(), in getMacroDefinitionAtLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp388 OpenMPDirectiveKind getDirective(unsigned Level) const { in getDirective() function in __anon45dbc4930111::DSAStackTy
1662 getOpenMPCaptureRegions(Regions, DSAStack->getDirective(Level)); in adjustOpenMPTargetScopeIndex()