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

  /external/clang/include/clang/AST/
Expr.h     [all...]
TypeLoc.h 513 SourceLocation BuiltinLoc;
523 return getLocalData()->BuiltinLoc;
526 getLocalData()->BuiltinLoc = Loc;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 285 bool inAttrGrp, LocTy &BuiltinLoc);
LLParser.cpp 901 LocTy BuiltinLoc;
907 BuiltinLoc) ||
921 bool inAttrGrp, LocTy &BuiltinLoc) {
929 BuiltinLoc = Lex.getLoc();
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 180 SourceLocation BuiltinLoc = BuiltinCall->getLocStart();
186 S.Diag(BuiltinLoc, diag::err_first_argument_to_cwsc_not_call)
193 S.Diag(BuiltinLoc, diag::err_first_argument_to_cwsc_block_call)
201 S.Diag(BuiltinLoc, diag::err_first_argument_to_cwsc_builtin_call)
207 S.Diag(BuiltinLoc, diag::err_first_argument_to_cwsc_pdtor_call)
216 S.Diag(BuiltinLoc, diag::err_second_argument_to_cwsc_not_pointer)
    [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 898 E->BuiltinLoc = ReadSourceLocation(Record, Idx);
950 E->BuiltinLoc = ReadSourceLocation(Record, Idx);
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 64 milliseconds