Searched defs:EL (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DStmt.cpp845 Stmt *then, SourceLocation EL, Stmt *elsev)
846 : Stmt(IfStmtClass), IfLoc(IL), ElseLoc(EL)
844 IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond, Stmt *then, SourceLocation EL, Stmt *elsev) argument
/external/tcpdump/
H A Dtelnet.h53 #define EL 248 /* erase the current line */ macro
73 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
223 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp79 MacroInstantiation(const Macro *M, SMLoc IL, SMLoc EL,
1556 MacroInstantiation::MacroInstantiation(const Macro *M, SMLoc IL, SMLoc EL, argument
1558 : TheMacro(M), Instantiation(I), InstantiationLoc(IL), ExitLoc(EL)
/external/clang/lib/Frontend/
H A DASTUnit.cpp2548 SourceLocation EL = I->getEnd(); local
2549 TranslateSLoc(EL, Remap);
2550 Ranges.push_back(CharSourceRange(SourceRange(BL, EL), I->isTokenRange()));
2563 SourceLocation EL = I->RemoveRange.getEnd(); local
2564 TranslateSLoc(EL, Remap);
2565 FH.RemoveRange = CharSourceRange(SourceRange(BL, EL),

Completed in 1765 milliseconds