Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaAttr.cpp221 Stack.push_back(Slot(StackSlotLabel, CurrentValue, CurrentPragmaLocation)); in Act()
231 CurrentPragmaLocation = I->PragmaLocation; in Act()
237 CurrentPragmaLocation = Stack.back().PragmaLocation; in Act()
243 CurrentPragmaLocation = PragmaLocation; in Act()
DSemaDecl.cpp8183 CodeSegStack.CurrentPragmaLocation)); in ActOnFunctionDeclarator()
10384 Stack->CurrentValue->getString(), Stack->CurrentPragmaLocation)); in CheckCompleteVariableDeclaration()
/external/clang/include/clang/Sema/
DSema.h376 Act(CurrentPragmaLocation, Action, Label, CurrentValue); in SentinelAction()
386 SourceLocation CurrentPragmaLocation; member