Home
last modified time | relevance | path

Searched refs:findPointerAuthContent (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h640 return findPointerAuthContent(T) != PointerAuthContent::None; in containsAddressDiscriminatedPointerAuth()
651 return findPointerAuthContent(T) != PointerAuthContent::None; in containsNonRelocatablePointerAuth()
669 PointerAuthContent findPointerAuthContent(QualType T);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1724 ASTContext::PointerAuthContent ASTContext::findPointerAuthContent(QualType T) { in findPointerAuthContent() function in ASTContext
1766 if (!ShouldContinueAfterUpdate(findPointerAuthContent(Base.getType()))) in findPointerAuthContent()
1772 findPointerAuthContent(FieldDecl->getType()))) in findPointerAuthContent()