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

  /external/clang/test/Index/
usrs.cpp 6 typedef int QType;
7 void bar(QType z);
104 // CHECK: usrs.cpp c:usrs.cpp@N@bar@T@QType Extent=[6:3 - 6:20]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 827 QualType QType = VD->getType();
828 if (QType->isDependentType() || QType->isInstantiationDependentType()) {
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 468 milliseconds