Home
last modified time | relevance | path

Searched refs:Elif (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPPCallbacks.h404 virtual void Elif(SourceLocation Loc, SourceRange ConditionRange, in Elif() function
706 void Elif(SourceLocation Loc, SourceRange ConditionRange, in Elif() function
708 First->Elif(Loc, ConditionRange, ConditionValue, IfLoc); in Elif()
709 Second->Elif(Loc, ConditionRange, ConditionValue, IfLoc); in Elif()
HDPPConditionalDirectiveRecord.h90 void Elif(SourceLocation Loc, SourceRange ConditionRange,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDPPConditionalDirectiveRecord.cpp96 void PPConditionalDirectiveRecord::Elif(SourceLocation Loc, in Elif() function in PPConditionalDirectiveRecord
HDPPDirectives.cpp749 Callbacks->Elif( in SkipExcludedConditionalBlock()
3592 Callbacks->Elif(ElifToken.getLocation(), ConditionRange, in HandleElifFamilyDirective()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDInclusionRewriter.cpp83 void Elif(SourceLocation Loc, SourceRange ConditionRange,
210 void InclusionRewriter::Elif(SourceLocation Loc, SourceRange ConditionRange, in Elif() function in InclusionRewriter
/freebsd-13-stable/bin/sh/
HDnodetypes77 NIF nif # the if statement. Elif clauses are handled