Searched defs:IsDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseTentative.cpp364 bool update(TPResult IsDecl) { argument
365 switch (IsDecl) {
/external/clang/lib/ARCMigrate/
H A DTransforms.cpp124 ASTContext &Ctx, bool IsDecl) {
125 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl);
137 bool IsDecl) {
163 if (!IsDecl)
167 return findSemiAfterLocation(tok.getLocation(), Ctx, /*IsDecl*/true);
123 findLocationAfterSemi(SourceLocation loc, ASTContext &Ctx, bool IsDecl) argument
135 findSemiAfterLocation(SourceLocation loc, ASTContext &Ctx, bool IsDecl) argument

Completed in 264 milliseconds