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

  /external/clang/include/clang/Sema/
MultiInitializer.h 34 SourceLocation LParenLoc;
45 MultiInitializer(SourceLocation LParenLoc, Expr **Exprs, unsigned NumInits,
48 LParenLoc(LParenLoc), RParenLoc(RParenLoc)
  /external/clang/lib/Parse/
ParsePragma.cpp 105 SourceLocation LParenLoc = Tok.getLocation();
177 LParenLoc, RParenLoc);
ParseExpr.cpp     [all...]
ParseExprCXX.cpp 830 SourceLocation LParenLoc, RParenLoc;
861 SourceLocation LParenLoc, RParenLoc;
867 LParenLoc = T.getOpenLocation();
880 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/true,
    [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 90 SourceLocation LParenLoc;
93 LParenLoc = PeekTok.getLocation();
125 if (LParenLoc.isValid()) {
132 PP.Diag(LParenLoc, diag::note_matching) << "(";
PPMacroExpansion.cpp 739 SourceLocation LParenLoc;
751 LParenLoc = Tok.getLocation();
808 PP.Diag(LParenLoc, diag::note_matching) << "(";
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h     [all...]
ExprCXX.h     [all...]
DeclCXX.h     [all...]
Stmt.h     [all...]
Expr.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 250 SourceLocation &LParenLoc,
254 LParenLoc = SourceLocation();
270 LParenLoc = ParenList->getLParenLoc();
283 LParenLoc = PP.getLocForEndOfToken(Init->getLocStart());
284 RParenLoc = LParenLoc;
382 SourceLocation LParenLoc, RParenLoc;
384 if (!SemaRef.InstantiateInitializer(D->getInit(), TemplateArgs, LParenLoc,
393 LParenLoc,
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 562 SMLoc LParenLoc = Parser.getTok().getLoc();
580 return X86Operand::CreateMem(Disp, LParenLoc, ExprEnd);
    [all...]

Completed in 373 milliseconds