Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3221 Canonical->setCachedFieldIndex(); in getFieldIndex()
3229 void setCachedFieldIndex() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4738 void FieldDecl::setCachedFieldIndex() const { in setCachedFieldIndex() function in FieldDecl