Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1407 unsigned RecCode = MaybeRecCode.get(); in ReadLexicalDeclContextStorage() local
1408 if (RecCode != DECL_CONTEXT_LEXICAL) { in ReadLexicalDeclContextStorage()
1455 unsigned RecCode = MaybeRecCode.get(); in ReadVisibleDeclContextStorage() local
1458 if (RecCode != DECL_CONTEXT_VISIBLE) { in ReadVisibleDeclContextStorage()
1464 if (RecCode != DECL_CONTEXT_MODULE_LOCAL_VISIBLE) { in ReadVisibleDeclContextStorage()
1470 if (RecCode != DECL_CONTEXT_TU_LOCAL_VISIBLE) { in ReadVisibleDeclContextStorage()
1528 unsigned RecCode = MaybeRecCode.get(); in ReadSpecializations() local
1529 if (RecCode != DECL_SPECIALIZATIONS && in ReadSpecializations()
1530 RecCode != DECL_PARTIAL_SPECIALIZATIONS) { in ReadSpecializations()
1783 unsigned RecCode = MaybeRecCode.get(); in ReadSLocEntry() local
[all …]