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

  /external/clang/include/clang/AST/
ExprOpenMP.h 109 SourceLocation getColonLoc() const { return ColonLoc; }
StmtCXX.h 190 SourceLocation getColonLoc() const { return ColonLoc; }
OpenMPClause.h 218 SourceLocation getColonLoc() const { return ColonLoc; }
    [all...]
Stmt.h 660 SourceLocation getColonLoc() const { return ColonLoc; }
699 SourceLocation getColonLoc() const { return ColonLoc; }
754 SourceLocation getColonLoc() const { return ColonLoc; }
    [all...]
DeclCXX.h 120 SourceLocation getColonLoc() const { return ColonLoc; }
125 return SourceRange(getAccessSpecifierLoc(), getColonLoc());
    [all...]
DeclObjC.h 598 SourceLocation getColonLoc() const { return ColonLoc; }
    [all...]
Expr.h     [all...]
  /external/clang/lib/ARCMigrate/
TransProtectedScope.cpp 175 Pass.TA.insertAfterToken(info.SC->getColonLoc(), " {");
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 85 Writer.AddSourceLocation(S->getColonLoc(), Record);
539 Writer.AddSourceLocation(E->getColonLoc(), Record);
651 Writer.AddSourceLocation(E->getColonLoc(), Record);
664 Writer.AddSourceLocation(E->getColonLoc(), Record);
    [all...]
ASTWriterDecl.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaTemplateInstantiateDecl.cpp 550 D->getAccessSpecifierLoc(), D->getColonLoc());
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 617 return PathDiagnosticLocation(CO->getColonLoc(), SM, SingleLocK);
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 157 milliseconds