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

  /external/clang/lib/Parse/
ParseDeclCXX.cpp 70 SourceLocation IdentLoc;
88 IdentLoc = ConsumeToken(); // eat the identifier.
118 return ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
185 IdentLoc, Ident, T.getOpenLocation(),
206 void Parser::ParseInnerNamespace(std::vector<SourceLocation> &IdentLoc,
233 NamespaceLoc[index], IdentLoc[index],
237 ParseInnerNamespace(IdentLoc, Ident, NamespaceLoc, ++index, InlineLoc,
275 SourceLocation IdentLoc = ConsumeToken();
283 SS, IdentLoc, Ident);
442 SourceLocation IdentLoc = SourceLocation()
    [all...]
ParseDecl.cpp     [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Stmt.h 788 SourceLocation IdentLoc;
794 : Stmt(LabelStmtClass), IdentLoc(IL), TheDecl(D), SubStmt(substmt) {
803 SourceLocation getIdentLoc() const { return IdentLoc; }
809 void setIdentLoc(SourceLocation L) { IdentLoc = L; }
812 SourceLocation getLocStart() const LLVM_READONLY { return IdentLoc; }
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 139 milliseconds