HomeSort by relevance Sort by last modified time
    Searched refs:IfLoc (Results 1 - 14 of 14) sorted by null

  /external/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h 92 ConditionValueKind ConditionValue, SourceLocation IfLoc) override;
97 void Else(SourceLocation Loc, SourceLocation IfLoc) override;
98 void Endif(SourceLocation Loc, SourceLocation IfLoc) override;
PPCallbacks.h 287 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
290 ConditionValueKind ConditionValue, SourceLocation IfLoc) {
311 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
312 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) {
317 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
318 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) {
477 ConditionValueKind ConditionValue, SourceLocation IfLoc) override {
478 First->Elif(Loc, ConditionRange, ConditionValue, IfLoc);
479 Second->Elif(Loc, ConditionRange, ConditionValue, IfLoc);
497 void Else(SourceLocation Loc, SourceLocation IfLoc) override
    [all...]
PreprocessorLexer.h 100 CI.IfLoc = DirectiveStart;
Token.h 271 SourceLocation IfLoc;
  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 102 SourceLocation IfLoc) {
108 SourceLocation IfLoc) {
114 SourceLocation IfLoc) {
PPDirectives.cpp 282 Diag(CurPPLexer->ConditionalStack.back().IfLoc,
379 Callbacks->Endif(Tok.getLocation(), CondInfo.IfLoc);
406 Callbacks->Else(Tok.getLocation(), CondInfo.IfLoc);
434 (CondValue ? PPCallbacks::CVK_True : PPCallbacks::CVK_False), CondInfo.IfLoc);
    [all...]
PTHLexer.cpp 144 PP->Diag(ConditionalStack.back().IfLoc,
Lexer.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h 871 SourceLocation IfLoc;
910 SourceLocation getIfLoc() const { return IfLoc; }
911 void setIfLoc(SourceLocation L) { IfLoc = L; }
915 SourceLocation getLocStart() const LLVM_READONLY { return IfLoc; }
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 442 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar,
457 CondResult = CheckConditionVariable(ConditionVar, IfLoc, true);
474 return new (Context) IfStmt(Context, IfLoc, ConditionVar, ConditionExpr,
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
Stmt.cpp 824 : Stmt(IfStmtClass), IfLoc(IL), ElseLoc(EL)
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 92 milliseconds