Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DTypeLoc.cpp422 TypeLoc TypeLoc::IgnoreParensImpl(TypeLoc TL) { in IgnoreParensImpl() function in TypeLoc
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DTypeLoc.h239 static TypeLoc IgnoreParensImpl(TypeLoc TL);
1153 return IgnoreParensImpl(*this); in IgnoreParens()