HomeSort by relevance Sort by last modified time
    Searched defs:IdLoc (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Parse/
ParseExprCXX.cpp 433 SourceLocation IdLoc = ConsumeToken();
441 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc,
443 SS.SetInvalid(SourceRange(IdLoc, CCLoc));
    [all...]
ParseStmt.cpp 810 SourceLocation IdLoc = ConsumeToken();
811 DeclsInGroup.push_back(Actions.LookupOrCreateLabel(II, IdLoc, LabelLoc));
    [all...]
ParseDeclCXX.cpp 501 SourceLocation IdLoc = ConsumeToken();
502 ParsedType Type = Actions.getInheritingConstructorName(SS, IdLoc, *LastII);
503 Name.setConstructorName(Type, IdLoc, IdLoc);
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 549 SourceLocation IdLoc;
566 IdLoc(l), ReceiverLoc(), Receiver(base) {
577 IdLoc(l), ReceiverLoc(sl), Receiver(st.getTypePtr()) {
583 SourceLocation IdLoc, Expr *Base)
588 IdLoc(IdLoc), ReceiverLoc(), Receiver(Base) {
594 SourceLocation IdLoc,
598 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
604 SourceLocation IdLoc,
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 54 milliseconds