Home
last modified time | relevance | path

Searched refs:IsReference (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DAPValue.cpp383 bool IsReference = Ty->isReferenceType(); in printPretty() local
385 = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType(); in printPretty()
394 if (IsReference) in printPretty()
401 } else if (!IsReference) in printPretty()
415 if (IsReference) in printPretty()
422 if (!IsReference) in printPretty()
469 if (IsReference) in printPretty()
/minix3/external/bsd/llvm/dist/clang/utils/analyzer/
H A DSATestBuild.py548 IsReference = False variable
552 IsReference = True variable
554 IsReference = True variable
562 testAll(IsReference, UpdateSVN)
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTokenKinds.def429 TYPE_TRAIT_1(__is_reference, IsReference, KEYCXX)
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp2363 const bool IsReference = FoundVD->getType()->isReferenceType(); in HandleMemberExpr() local
2372 if (CheckReferenceOnly && !IsReference) in HandleMemberExpr()
2376 unsigned diag = IsReference in HandleMemberExpr()