Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h375 const DefMacroDirective *getDirective() const { return DefDirective; } in getDirective() function
376 DefMacroDirective *getDirective() { return DefDirective; } in getDirective() function
H A DPreprocessor.h1405 return MacroDefinition(DI.getDirective(), in getMacroDefinitionAtLoc()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp621 ValueInt = HLSLLoopHint->getDirective(); in push()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp646 OpenMPDirectiveKind getDirective(unsigned Level) const { in getDirective() function in __anon1dd12e440111::DSAStackTy
654 getOpenMPCaptureRegions(CaptureRegions, getDirective(Level)); in getCaptureRegion()
2380 DSAStack->getDirective(CSI->OpenMPLevel)); in isOpenMPCapturedDecl()
2494 FunctionScopesIndex -= getOpenMPCaptureLevels(DSAStack->getDirective(Level)); in adjustOpenMPTargetScopeIndex()
2539 OpenMPDirectiveKind DKind = DSAStack->getDirective(Level); in isOpenMPPrivateDecl()
2653 getOpenMPCaptureRegions(Regions, DSAStack->getDirective(Level)); in isOpenMPTargetCapturedDecl()
2673 getOpenMPCaptureLevels(DSAStack->getDirective(Level)); in isOpenMPGlobalCapturedDecl()
4420 return getOpenMPCaptureLevels(DSAStack->getDirective(Level)); in getNumberOfConstructScopes()