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

  /external/clang/lib/AST/
DeclBase.cpp 938 bool DeclContext::Encloses(const DeclContext *DC) const {
940 return getPrimaryContext()->Encloses(DC);
    [all...]
  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaExprMember.cpp 219 !RepClass->Equals(ContextClass) && RepClass->Encloses(ContextClass))
    [all...]
SemaTemplate.cpp     [all...]
SemaLookup.cpp 185 while (!Common->Encloses(EffectiveDC))
    [all...]
SemaDecl.cpp     [all...]
SemaCodeComplete.cpp 456 CommonAncestor && !CommonAncestor->Encloses(CurContext);
    [all...]
SemaOpenMP.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/string/
string.js 808 * Encloses a string in double quotes and escapes characters so that the
    [all...]

Completed in 6425 milliseconds