Home
last modified time | relevance | path

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

/src/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.h1390 return MacroDefinition(DI.getDirective(), in getMacroDefinitionAtLoc()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp639 ValueInt = HLSLLoopHint->getDirective(); in push()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp667 OpenMPDirectiveKind getDirective(unsigned Level) const { in getDirective() function in __anon95b22cd90111::DSAStackTy
675 getOpenMPCaptureRegions(CaptureRegions, getDirective(Level)); in getCaptureRegion()
2404 DSAStack->getDirective(CSI->OpenMPLevel)); in isOpenMPCapturedDecl()
2518 FunctionScopesIndex -= getOpenMPCaptureLevels(DSAStack->getDirective(Level)); in adjustOpenMPTargetScopeIndex()
2563 OpenMPDirectiveKind DKind = DSAStack->getDirective(Level); in isOpenMPPrivateDecl()
2677 getOpenMPCaptureRegions(Regions, DSAStack->getDirective(Level)); in isOpenMPTargetCapturedDecl()
2697 getOpenMPCaptureLevels(DSAStack->getDirective(Level)); in isOpenMPGlobalCapturedDecl()
4423 return getOpenMPCaptureLevels(DSAStack->getDirective(Level)); in getNumberOfConstructScopes()