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

  /external/clang/include/clang/Sema/
AttributeList.h 60 SourceLocation ScopeLoc;
121 IdentifierInfo *scopeName, SourceLocation scopeLoc,
126 AttrRange(attrRange), ScopeLoc(scopeLoc), ParmLoc(parmLoc),
136 IdentifierInfo *scopeName, SourceLocation scopeLoc,
144 AttrRange(attrRange), ScopeLoc(scopeLoc), ParmLoc(parmLoc),
284 SourceLocation getScopeLoc() const { return ScopeLoc; }
475 IdentifierInfo *scopeName, SourceLocation scopeLoc,
482 scopeName, scopeLoc,
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 762 DebugLoc ScopeLoc) {
770 LexicalScope *Scope = LScopes.findAbstractScope(ScopeLoc.getScope(Ctx));
    [all...]

Completed in 44 milliseconds